-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/sup 7038 #321
base: develop
Are you sure you want to change the base?
Feature/sup 7038 #321
Conversation
yarn.lock
Outdated
@@ -9531,4 +9531,4 @@ [email protected]: | |||
yocto-queue@^0.1.0: | |||
version "0.1.0" | |||
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" | |||
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== | |||
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sigue habiendo un cambio en el yarn.lock al parecer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
estoy copiando tal cual este: https://github.com/situmtech/react-native/blob/develop/yarn.lock
const SITUM_API_KEY = "YOUR_APIKEY_HERE"; | ||
const SITUM_BUILDING_ID = "YOUR_BUILDING_ID_HERE"; | ||
const BUILDING_IDENTIFIER = "YOUR_BUILDING_IDENTIFIER_HERE"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En otros repos no se añade el _HERE del final, lo dejaría igual en todos
// You can also specify the language in which you want the UX of the viewer to be displayed. | ||
export const LANGUAGE = ''; | ||
|
||
// A String parameter that allows you to specify which domain will be displayed inside our webview. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lo mismo que puse en la otra, falta un ejemplo de como sería este código
No description provided.